From: Matthias Clasen Date: Fri, 10 Dec 2021 17:12:52 +0000 (-0500) Subject: ci: Use meson 0.59 on macos X-Git-Tag: archive/raspbian/4.6.5+ds-1+rpi1~1^2~91^2^2~77^2~1 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/%22/%22http:/www.example.com/cgi/%22?a=commitdiff_plain;h=cfac6fd752e1db459f1c01de4a76a189188f47cb;p=gtk4.git ci: Use meson 0.59 on macos --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 57713e9d3c..8b01ec772c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -167,7 +167,7 @@ macos: needs: [] before_script: - bash .gitlab-ci/show-info-osx.sh - - pip3 install --user meson==0.56 + - pip3 install --user meson==0.59 - pip3 install --user ninja - export PATH=/Users/gitlabrunner/Library/Python/3.7/bin:$PATH - export MESON_FORCE_BACKTRACE=1